func internal/fmtsort.nilCompare

3 uses

	internal/fmtsort (current package)
		sort.go#L143: 		if c, ok := nilCompare(aVal, bVal); ok {
		sort.go#L170: 		if c, ok := nilCompare(aVal, bVal); ok {
		sort.go#L189: func nilCompare(aVal, bVal reflect.Value) (int, bool) {